get

pure function get(key: K): V

Get the value associated with the given key in this map.

Since

0.6.0

Parameters

key

the key to look up

Throws

exception

if the key is not found